object frmSearching: TfrmSearching Left = 248 Top = 351 Width = 508 Height = 217 Caption = 'Searching...' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDefaultPosOnly OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object lstMatches: TStringGrid Left = 0 Top = 0 Width = 408 Height = 190 Align = alClient ColCount = 3 DefaultRowHeight = 16 Enabled = False FixedCols = 0 RowCount = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking] TabOrder = 0 OnClick = lstMatchesClick ColWidths = ( 88 168 144) end object Panel1: TPanel Left = 408 Top = 0 Width = 92 Height = 190 Align = alRight TabOrder = 1 object lblFound: TLabel Left = 8 Top = 40 Width = 52 Height = 13 Caption = '0 matches.' end object Animate1: TAnimate Left = 16 Top = 65 Width = 64 Height = 60 Active = False StopFrame = 18 end object cmdStop: TButton Left = 9 Top = 8 Width = 75 Height = 25 Caption = 'Stop' TabOrder = 1 OnClick = cmdStopClick end end end